@charset "utf-8";




.warp {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}



.am-cf:after,
.am-cf:before {
	content: " ";
	display: table;
}

.am-cf:after {
	clear: both;
}

.czjz {
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: -o-box;
	-o-box-orient: horizontal;
	-o-box-pack: center;
	-o-box-align: center;
	display: -ms-box;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-ms-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}

.ability .title,
.core-ability .title,
.index-service .title,
.index-case .title,
.index-news .title,
.product-advantage .title,
.tailor-made .title,
.product-achievement .title,
.product-case .title,
.beauty-part1 .title,
.beauty-part2 .title,
.beauty-part3 .title,
.beauty-part4 .title,
.beauty-part5 .title,
.beauty-part6 .title,
.tuike-part1 .title,
.tuike-part2 .title,
.tuike-part3 .title {
	font-size: 36px;
	color: #171717;
	position: relative;
}

.ability .title:after,
.core-ability .title:after,
.index-service .title:after,
.index-case .title:after,
.index-news .title:after,
.product-advantage .title:after,
.tailor-made .title:after,
.product-achievement .title:after,
.product-case .title:after,
.product-case .title:after,
.beauty-part1 .title:after,
.beauty-part2 .title:after,
.beauty-part3 .title:after,
.beauty-part4 .title:after,
.beauty-part5 .title:after,
.beauty-part6 .title:after,
.tuike-part1 .title:after,
.tuike-part2 .title:after,
.tuike-part3 .title:after {
	content: '';
	display: block;
	width: 366px;
	height: 1px;
	background-color: #202020;
	margin: 25px auto 27px;
}

.ability .title:before,
.core-ability .title:before,
.index-service .title:before,
.index-case .title:before,
.index-news .title:before,
.product-advantage .title:before,
.tailor-made .title:before,
.product-achievement .title:before,
.product-case .title:before,
.beauty-part1 .title:before,
.beauty-part2 .title:before,
.beauty-part3 .title:before,
.beauty-part4 .title:before,
.beauty-part5 .title:before,
.beauty-part6 .title:before,
.tuike-part1 .title:before,
.tuike-part2 .title:before,
.tuike-part3 .title:before {
	content: '';
	position: absolute;
	bottom: -2px;
	width: 102px;
	height: 5px;
	background-image: linear-gradient(90deg, #eb4f38 0%, #f57233 50%, #fe942d 99%);
	border-radius: 2px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.ability .p,
.core-ability .p,
.index-service .p,
.index-case .p,
.index-news .p,
.product-advantage .p,
.tailor-made .p,
.product-achievement .p,
.product-case .p,
.beauty-part1 .p,
.beauty-part2 .p,
.beauty-part3 .p,
.beauty-part4 .p,
.beauty-part5 .p,
.beauty-part6 .p,
.tuike-part1 .p,
.tuike-part2 .p,
.tuike-part3 .p {
	font-size: 18px;
	color: #4a4a4a;
	margin-bottom: 36px;
}

.ability .title,
.ability .p,
.core-ability .title,
.core-ability .p,
.index-service .title,
.index-service .p,
.index-case .p,
.index-case .title,
.index-news .title,
.index-news .p,
.product-advantage .title,
.product-advantage .p,
.tailor-made .title,
.tailor-made .p,
.product-achievement .title,
.product-achievement .p,
.product-case .p,
.product-case .title,
.tuike-part1 .p,
.tuike-part2 .p,
.tuike-part3 .p,
.tuike-part1 .title,
.tuike-part2 .title,
.tuike-part3 .title {
	text-align: center;
}


/* 头部 */

.header {
	position: fixed;
	top: 28px;
	left: 50%;
	width: 1200px;
	height: 75px;
	background-color: #FFFFFF;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	z-index: 23;
	transform-origin: center;
	-webkit-transform-origin: center;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
}

.header .warp {
	padding-left: 25px;
	padding-right: 40px;
}

.header .logo {
	width: 58px;
	height: 62px;
	padding-top: 6px;
}

.header .logo h1 {
	display: none;
}

.header.header-scroll {
	top: 0;
	width: 100%;
}

.header.header-scroll .warp {
	padding: 0;
	transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
}

.header .nav {
	height: 75px;
	float: left;
	margin-left: 145px;
}

.header .nav ul li.item {
	position: relative;
	float: left;
	font-size: 14px;
	line-height: 75px;
}

.header .nav ul li.item.nav-more {
	padding-right: 25px;
}

.header .nav ul li.item.nav-more i.arrow-down {
	position: absolute;
	background-image: url(../img/arrowdown.png);
	width: 12px;
	height: 6px;
	background-repeat: no-repeat;
	right: 27px;
	top: 36px;
}

.header .nav ul li a.link {
	padding: 0 20px;
	display: block;
	color: #303030;
	position: relative;
}

.header .nav ul li.item .link:after {
	content: '';
	width: 68px;
	transition: .3s all;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	height: 3px;
	background-color: #eb4f38;
	position: absolute;
	left: 50%;
	bottom: 4px;
	margin-left: -34px;
	transform-origin: center;
	-webkit-transform-origin: center;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
}

.header .nav ul li.item:hover .link:after,
.header .nav ul li.item.active .link:after {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
}

.header .nav ul li.item:hover .link,
.header .nav ul li.item.active .link {
	color: #eb4f38;
}

.header .tel {
	float: right;
	line-height: 75px;
	font-size: 20px;
	color: #eb4f38;
}

.header .tel img {
	vertical-align: top;
	margin-top: 25px;
}

.header .nav .son,
.header .nav .son2 {
	position: absolute;
	width: 400px;
	top: 75px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 0;
	z-index: 22;
	visibility: hidden;
	/*background-color: black;*/
	background-color: rgba(0, 0, 0, 0);
	line-height: 54px;
}

.header .nav .son2 {
	width: 100%;
}

.header .nav .son2 li {
	background-color: rgba(0, 0, 0, 0.87);
	width: 100%;
	opacity: 0;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transition: opacity .4s, -webkit-transform .5s;
	vertical-align: top;
}

.header .nav .son li {
	background-color: rgba(0, 0, 0, 0.87);
	width: 200px;
	display: inline-block;
	opacity: 0;
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transition: opacity .4s, -webkit-transform .5s;
	vertical-align: top;
}

.header .nav .son li a,
.header .nav .son2 li a {
	font-size: 13px;
	display: block;
	color: #FFFFFF;
}

.header .nav .item:hover .son li,
.header .nav .item:hover .son2 li {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	line-height: 54px;
	text-align: center;
}

.header .nav .son li:hover a,
.header .nav .son2 li:hover a {
	color: #eb4f38;
}

.header .nav .item:hover .son,
.header .nav .item:hover .son2 {
	visibility: visible;
}

.header .nav .son li:nth-child(1),
.header .nav .son2 li:nth-child(1) {
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}

.header .nav .son li:nth-child(2),
.header .nav .son2 li:nth-child(2) {
	-webkit-transition-delay: 50ms;
	transition-delay: 50ms
}

.header .nav .son li:nth-child(3),
.header .nav .son2 li:nth-child(3) {
	-webkit-transition-delay: .1s;
	transition-delay: .1s
}

.header .nav .son li:nth-child(4) {
	-webkit-transition-delay: 150ms;
	transition-delay: 150ms
}

.header .nav .son li:nth-child(5) {
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

.header .nav .son li:nth-child(6) {
	-webkit-transition-delay: 250ms;
	transition-delay: 250ms
}

.header .nav .son li:nth-child(7) {
	-webkit-transition-delay: .3s;
	transition-delay: .3s
}

.header .nav .son li:nth-child(8) {
	-webkit-transition-delay: 350ms;
	transition-delay: 350ms
}


/* 轮播图 */

.banner {
	position: relative;
}

.banner .swiper-slide {
	width: 100%!improtant;
	background-repeat: no-repeat;
	background-position-x: center;
	overflow: hidden;
}
.banner .swiper-slide a{display: inline-block;width:100%}
.banner .swiper-pagination {
	bottom: 34px;
}

.banner .swiper-pagination-bullet {
	width: 51px;
	height: 4px;
	background-color: #d1d1d1;
	border-radius: 2px;
	opacity: 1;
}

.banner .swiper-pagination-bullet-active {
	background-color: #eb4f38;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
}

.banner .swiper-slide img {
	width: 100%;
}


/* 为什么要做小程序 */

.index-advantage {
	padding: 124px 0 100px;
}

.index-advantage .title {
	font-size: 36px;
	color: #151515;
	position: relative;
}

.index-advantage .title:before {
	content: '';
	position: absolute;
	bottom: -2px;
	width: 102px;
	height: 5px;
	background-image: linear-gradient(90deg, #eb4f38 0%, #f57233 50%, #fe942d 99%);
	border-radius: 2px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.index-advantage .title:after {
	content: '';
	width: 366px;
	height: 1px;
	display: block;
	background-color: #202020;
	margin: 25px auto 27px;
}

.index-advantage .p {
	font-size: 18px;
	color: #363636;
}

.index-advantage .title,
.index-advantage .p {
	text-align: center;
}

.index-advantage ul {
	margin-top: 42px;
}

.index-advantage ul li {
	width: 216px;
	height: 241px;
	background-color: #ffffff;
	box-shadow: 0px 5px 12px 0px rgba(71, 71, 71, 0.06);
	border-radius: 3px;
	border: solid 1px #f3f3f3;
	float: left;
	margin-right: 30px;
	text-align: center;
	padding-top: 53px;
	transition: .3s linear;
	-webkit-transition: .3s linear;
}

.index-advantage ul li:last-child {
	margin-right: 0;
}

.index-advantage ul li img {
	width: 80px;
	height: 80px;
	margin-bottom: 12px;
}
.index-advantage ul li h3{font-size:18px;color:#eb4f38;margin-bottom: 10px;}
.index-advantage ul li p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #151515;
	padding:0 15px;
}

.index-advantage ul li:hover {
	box-shadow: 0px 13px 12px 0px rgba(71, 71, 71, 0.1);
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
}


/* 小程序能做什么 */

.index-ability {
	background-color: #f4f4f4;
	padding: 79px 0 87px;
}

.ability ul li {
	width: 579px;
	height: 160px;
	background-color: #ffffff;
	border-radius: 8px;
	border: solid 1px #d3d3d3;
	float: left;
	background-position-y: center;
	margin-bottom: 34px;
	background-repeat: no-repeat;
	padding: 52px 0 0 148px;
	text-align: left;
	transition: .3s linear;
	-webkit-transition: .3s linear;
}

.ability ul li:hover {
	box-shadow: 0px 10px 18px 0px rgba(71, 71, 71, 0.09);
	transform: translateY(-6px);
}

.ability ul li:nth-child(even) {
	float: right;
}

.ability ul li:nth-child(1) {
	background-image: url(../img/y01.png);
	background-position-x: 33px;
}

.ability ul li:nth-child(2) {
	background-image: url(../img/y02.png);
	background-position-x: 32px;
}

.ability ul li:nth-child(3),
.ability ul li:nth-child(4),
.ability ul li:nth-child(6) {
	background-position-x: 40px;
}

.ability ul li:nth-child(3) {
	background-image: url(../img/y03.png);
}

.ability ul li:nth-child(4) {
	background-image: url(../img/y04.png);
}

.ability ul li:nth-child(5) {
	background-image: url(../img/y05.png);
	background-position-x: 43px;
	margin-bottom: 0;
}

.ability ul li:nth-child(6) {
	background-image: url(../img/y06.png);
	margin-bottom: 0;
}

.ability ul li .t {
	font-size: 18px;
	color: #121111;
}

.ability ul li .t:after {
	content: '';
	display: block;
	width: 28px;
	height: 1px;
	background-color: #d3d3d3;
	margin: 11px 0 10px;
}

.ability ul li .lp {
	font-size: 15px;
	color: #808080;
}

.core-ability {
	padding: 91px 0 66px 0;
}

.core-ability ul li {
	width: 227px;
	height: 304px;
	background-color: #ffffff;
	float: left;
	margin-right: 16px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	transition: .3s linear;
	-webkit-transition: .3s linear;
}

.core-ability ul li:nth-child(5n) {
	margin-right: 0;
}

.core-ability ul li .img {
	width:100%;
	height: 168px;
}
.core-ability ul li span{
    display: inline-block;
width:100%;
   font-size:20px;
	color:#333333;
	padding:30px 0 20px;
}
.core-ability ul li p{font-size:14px;color:#808080;
    line-height: 20px;}
.core-ability ul li .img img {
	width:100%;
height:100%;
}

.core-ability ul li:hover {
	box-shadow: 0px 4px 8px 0px rgba(71, 71, 71, 0.09);
	transform: translateY(-6px);
	-webkit-transform: translateY(-6px);
}


/* 赤焰小程序服务能力 */

.index-service {
	padding: 84px 0 82px 0;
}

.index-service ul li {
	float: left;
	width: 287px;
	height: 162px;
	position: relative;
	margin-bottom: 40px;
	margin-right: 15px;
	text-align: center;
	cursor: pointer;
}

.index-service ul li:nth-child(4n) {
	margin-right: 0;
}

.index-service ul li img {
	width: 287px;
	height: 162px;
}

.index-service ul li .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/mask.png);
	transition: opacity .4s, transform .5s;
	-webkit-transition: opacity .4s, -webkit-transform .5s;
	transform-origin: center;
	-webkit-transform-origin: center;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	visibility: hidden;
}

.index-service ul li:hover .cover {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}

.index-service ul li:hover h4 {
	opacity:1;
	top:50%
	
}

.index-service ul li h4 {
	font-size: 22px;
	transition:all .2s;
	
	-webkit-transition: .5s ease-in-out;
	top: 75%;
	opacity:0
}

.index-service ul li p {
	opacity: 0;
	top: 107px;
	width: 100%;
}

.index-service ul li:hover p,
.index-service ul li:hover a {
	opacity: 1;
}

.index-service ul li:hover p {
	top: 77px;
}

.index-service ul li:hover a {
	bottom: 26px;
}

.index-service ul li a:hover {
	background-color: #FFFFFF;
	color: #000000;
}

.index-service ul li a {
	display: block;
	width: 130px;
	height: 30px;
	border-radius: 2px;
	border: solid 1px #ffffff;
	line-height: 28px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.index-service ul li h4,
.index-service ul li p {
	width: 100%;
	left: 0;
}

.index-service ul li p,
.index-service ul li a {
	font-size: 12px;
	transition: .4s all linear;
	-webkit-transition: .4s all linear;
	opacity: 0;
}

.index-service ul li h4,
.index-service ul li p,
.index-service ul li a {
	color: #FFFFFF;
	position: absolute;
}


/* 领头羊 */

.index-leader {
	width: 100%;
	height: 702px;
	background-image: url(../img/lingtouyang.jpg);
	background-repeat: no-repeat;
	background-position-x: center;
}

.index-leader .warp {
	width: 1300px;
	overflow: hidden;
}

.index-leader .left {
	float: left;
	width: 515px;
	padding-top: 180px;
}

.index-leader .left .t {
	font-size: 34px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 22px;
}

.index-leader .left .t font {
	color: #ff3d3a;
}

.index-leader .left .subt {
	font-size: 20px;
	color: #ffffff;
}

.index-leader .left .subt:after {
	content: '';
	display: block;
	width: 51px;
	height: 3px;
	background-color: #c4c4c4;
	margin: 25px 0 17px;
}

.index-leader .left .p {
	font-size: 16px;
	line-height: 39px;
	letter-spacing: 0px;
	color: #ffffff;
}

.index-leader .left a {
	display: block;
	width: 154px;
	height: 46px;
	border-radius: 2px;
	border: solid 1px #ff3434;
	color: #ff3434;
	font-size: 16px;
	text-align: center;
	line-height: 44px;
	margin-top: 104px;
}

.index-leader .left a:hover {
	background-color: #ff3434;
	color: #FFFFFF;
}

.index-leader .right {
	float: right;
	width: 575px;
	text-align: right;
	padding-top: 232px;
	font-size: 0;
}

.index-leader .right ul {
	font-size: 0;
}

.index-leader .right ul li {
	display: inline-block;
	vertical-align: top;
	width: 170px;
	height: 205px;
	position: relative;
	margin-right: 30px;
	text-align: center;
}

.index-leader .right ul li .box {
	border: solid 1px #ffffff;
	transition: .3s all linear;
	-webkit-transition: .3s all linear;
	width: 100%;
	height: 100%;
}

.index-leader .right ul li:last-child {
	margin-right: 0;
}

.index-leader .right ul li:hover .box {
	transform: scaleY(1.17);
	-webkit-transform: scaleY(1.17);
	background-color: rgba(255, 104, 104, .51);
}

.index-leader .right ul li .img {
	height: 52px;
	position: absolute;
	top: 36px;
	width: 100%;
	left: 0;
	transition: .3s all linear;
	-webkit-transition: .3s all linear;
}

.index-leader .right ul li .img img {
	max-height: 52px;
}

.index-leader .right ul li:hover .img {
	top: 30px;
}

.index-leader .right ul li .num {
	font-size: 40px;
	color: #ffffff;
	letter-spacing: 4px;
	position: absolute;
	top: 95px;
	width: 100%;
	left: 0;
	text-align: center;
}

.index-leader .right ul li .num span {
	display: inline-block;
	position: relative;
	font-size: 22px;
	font-weight: normal;
	top: -25px;
	letter-spacing: 0;
	line-height: 1;
}

.index-leader .right ul li p {
	font-size: 20px;
	letter-spacing: 1px;
	color: #ffffff;
	width: 100%;
	position: absolute;
	bottom: 32px;
}


/* 小程序经典案例  */

.index-case {
	padding: 110px 0 109px 0;
}

.index-case ul {
	padding-top: 34px
}

.index-case ul li {
	width: 284px;
	height: 242px;
	background-color: #ffffff;
	border: solid 1px #dedede;
	float: left;
	margin-right: 20px;
	margin-bottom: 34px;
	transition: .3s all linear;
	-webkit-transition: .3s all linear;
	text-align: center;
}

.index-case ul li .img {
	width: 282px;
	height: 187px;
	position: relative;
}

.index-case ul li .img img {
	width:100%;
	height: 187px;
}

.index-case ul li .img .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(20, 20, 20, .7);
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: .3s all linear;
	-webkit-transition: .3s all linear;
	visibility: hidden;
}

.index-case ul li:hover {
	box-shadow: 0px 5px 8px 0px rgba(71, 71, 71, 0.16);
	transform: translateY(-6px);
	-webkit-transform: translateY(-6px);
}

.index-case ul li:hover .img .mask {
	transform: scale(1);
	-webkit-transform: scale(1);
	visibility: visible;
}

.index-case ul li:hover .img .mask img {
	opacity: 1;
}

.index-case ul li .img .mask img {
	width: 130px;
	height: 130px;
	transition: .3s linear;
	-webkit-transition: .3s linear;
	opacity: 0;
}

.index-case ul li:nth-child(4n) {
	margin-right: 0;
}

.index-case ul li .text {
	padding: 20px 0;
	font-size: 16px;
	color: #1c1b1b;
}

.index-case .link {
	width: 222px;
	height: 46px;
	border-radius: 2px;
	border: solid 1px #eb4f38;
	display: block;
	text-align: center;
	line-height: 46px;
	margin: 23px auto 0;
	font-size: 16px;
	color: #eb4f38;
	transition: .3s all linear;
	-webkit-transition: .3s all linear;
}

.index-case .link:hover {
	background-color: #EB4F38;
	color: #FFFFFF;
}


/* 报名 */

.index-sign {
	width: 100%;
	height: 458px;
	background-image: url(../img/haoming.jpg);
	background-repeat: no-repeat;
	background-position-x: center;
}

.index-sign .left {
	float: left;
	padding: 66px 0 0 40px;
}

.index-sign .right {
	width: 335px;
	float: right;
	margin-right: 80px;
	padding-top: 61px;
}

.index-sign .left .t {
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 37px;
	padding-left: 5px;
}

.index-sign .left img {}

.index-sign .right .t {
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 31px;
}

.index-sign .right .item {
	width: 335px;
	height: 52px;
	background-color: rgba(255, 255, 255, .3);
	border-radius: 2px;
	position: relative;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 19px;
	background-repeat: no-repeat;
}

.index-sign .right .item:first-child {
	background-image: url(../img/user.png);
	background-position: right 10px center;
}

.index-sign .right .item:nth-child(2) {
	background-image: url(../img/itel.png);
	background-position: right 12px center;
}

.index-sign .right .item:nth-child(3) img {
	position: absolute;
	top: 8px;
	right: 10px;
	width: 99px;
	height: 37px;
}

.index-sign .right .item:nth-child(3) input[type='text'] {
	width: 220px;
}

.index-sign .right .item input[type='text'] {
	width: 300px;
	height: 52px;
	text-indent: 20px;
	background-color: transparent;
}

.index-sign .right .item input[type='text']::-webkit-input-placeholder {
	color: #FFFFFF;
}

.index-sign .right .item input[type='text']::-moz-placeholder {
	color: #FFFFFF;
}

.index-sign .right input[type='submit'] {
	width: 335px;
	height: 52px;
	background-color: #ff6868;
	border-radius: 2px;
	color: #FFFFFF;
	font-size: 16px;
}


/* 新闻 */

.index-news {
	padding: 87px 0 94px 0;
}

.index-news .news-cols {
	padding-top: 18px;
}

.index-news .news-col {
	width: 370px;
	float: left;
	margin-right: 44px;
}

.index-news .news-col:last-child {
	margin-right: 0;
}

.index-news .news-col .col_title {
	font-size: 18px;
	font-weight: bold;
	border-left: 4px solid #eb4f38;
	padding-left: 10px;
	line-height: 1.2;
	margin-bottom: 13px;
}

.index-news .news-col .col-img {
	width: 100%;
	height: 203px;
	margin-bottom: 10px;
}

.index-news .news-col .col-img img {
	width: 100%;
	height: 203px;
}

.index-news .news-col .col_top .text .t {
	font-size: 16px;
	color: #3e3e3e;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index-news .news-col .col_top .text .summary {
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #a6a6a6;
	margin-top: 14px;
}

.index-news .news-col .col_top .text .date {
	width: 81px;
	height: 90px;
	background-color: #cccccc;
	float: left;
	margin: 0px 10px 0 0;
	color: #ffffff;
	text-align: center;
	padding-top: 18px;
}

.index-news .news-col .col_top .text .date .month {
	font-size: 12px;
	margin-top: 6px;
}

.index-news .news-col .col_top .text .date .day {
	font-size: 36px;
}

.index-news .news-col .col_top .text .p {
	width: 266px;
	float: left;
	text-align: left;
	padding-top: 5px;
	margin-bottom: 0;
}

.index-news .news-col .col_top .text a {
	font-size: 15px;
	color: #eb4f38;
	display: block;
	text-align: right;
	margin-top: -5px;
}

.index-news .news-col .col_top:hover .date {
	background-color: #eb4f38;
}

.index-news .news-col .col_top:hover .t {
	color: #eb4f38;
}

.index-news .news-col ul {
	margin: 29px 0 0 0;
}

.index-news .news-col ul li {
	margin-bottom: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.index-news .news-col ul li:last-child {
	margin-bottom: 0;
}

.index-news .news-col ul li a {
	font-size: 15px;
	color: #3e3e3e;
}

.index-news .news-col ul li:before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-image: url(../img/link.png);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin-right: 6px;
	margin-top: 1px;
}

.index-news .news-col ul li:hover a {
	color: #eb4f38;
}

.index-news .news-col ul li:hover:before {
	background-color: #eb4f38;
	background-image: url(../img/linkw.png);
}

.index-news .news-col:last-child ul {
	margin: 0;
}

.index-news .link {
	display: block;
	font-size: 16px;
	width: 222px;
	height: 46px;
	border-radius: 2px;
	border: solid 1px #eb4f38;
	color: #eb4f38;
	line-height: 46px;
	text-align: center;
	margin: 60px auto 0;
}

.index-news .link:hover {
	background-color: #eb4f38;
	color: #FFFFFF;
}


/* 脚部 */

.footer {
	background-color: #2d3237;
	padding: 39px 0 65px 0;
}

.footer-header {
	border-bottom: 1px solid #394046;
	padding: 0 3px 35px 5px;
}

.footer-header img {
	margin-right: 31px;
}

.footer-header img:nth-child(2) {
	margin-top: 7px;
}

.footer-header div.kefu,
.footer-header div.tel {
	float: right;
	font-size: 14px;
	color: #7e8184;
	line-height: 28px;
}

.footer-header div.kefu b,
.footer-header div.tel b {
	font-size: 16px;
	color: #eb4f38;
}

.footer-header div.tel {
	line-height: 25px;
	margin-right: 20px;
	margin-top: 3px;
}

.footer-header div.kefu img {
	margin-right: 6px;
}

.footer-header div.tel img {
	margin-right: 10px;
}

.footer-navs {
	padding-top: 33px;
}

.footer-navs .item {
	float: left;
	margin-right: 99px;
}

.footer-navs .item h6 {
	font-size: 15px;
	color: #c7c8c9;
	font-weight: normal;
}

.footer-navs .item ul {
	margin-top: 30px;
}

.footer-navs .item ul li {
	margin-bottom: 15px;
}

.footer-navs .item ul li:last-child {
	margin-bottom: 0;
}

.footer-navs .item ul li a {
	font-size: 12px;
	color: #a2a2a2;
}

.footer-navs .item:first-child {
	margin-right: 127px;
	margin-left: 6px;
}

.footer-navs .item:nth-child(6) {
	margin-right: 86px;
}

.footer-ewm {
	float: left;
	text-align: center;
	color: #c7c8c9;
	font-size: 12px;
}

.footer-ewm img {
	width: 134px;
	height: 134px;
	margin-bottom: 19px;
}

.footer-ewm p {
	font-size: 12px;
}

.footer-copyright {
	border-top: solid 1px #394046;
	font-size: 12px;
	color: #adadad;
	text-align: center;
	padding: 30px 0 26px;
	margin-top: 27px;
}

.footer-copyright p {
	font-size: 12px;
	color: #adadad;
	margin-bottom: 11px;
}
.footer-copyright p a{
color: #adadad;
}

.footer-copyright p:last-child {
	margin-bottom: 0;
}

.footer-links {
	border-top: solid 1px #394046;
	padding: 28px 0 0 1px;
	font-size: 12px;
	color: #a1a1a1;
	margin-bottom: 8px;
}

.footer-links a {
	font-size: 12px;
	color: #a1a1a1;
	margin-bottom: 8px;
	margin-right: 5px;
	word-break: keep-all;
	display: inline-block;
	vertical-align: top;
}


/* 内页 */

.de-banner {
	position: relative;
	height: 420px;
	background-position-x: center;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 75px;
	color: #ffffff;
	padding-top: 127px;
}

.de-banner .title {
	font-size: 46px;
}

.de-banner .sub-title {
	font-size: 20px;
	margin: 34px 0 45px 0;
}

.de-banner .sub-title_copy {
	font-size: 28px;
	letter-spacing: 6px;
	color: #ffffff;
	margin: 27px 0 0 0;
}

.de-banner .sub-title_copy:before,
.de-banner .sub-title_copy:after {
	content: '';
	width: 110px;
	height: 3px;
	display: inline-block;
	border: solid 1px #ffffff;
	vertical-align: top;
	margin-top: 12px;
}

.de-banner .sub-title_copy:before {
	margin-right: 12px;
}

.de-banner .sub-title_copy:after {
	margin-left: 12px;
}

.de-banner .a {
	display: inline-block;
	width: 180px;
	height: 40px;
	border-radius: 2px;
	border: solid 1px #ffffff;
	margin-right: 25px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 40px;
	vertical-align: top;
}

.de-banner .a:hover,
.de-banner .a.active {
	background-image: linear-gradient(90deg, #ff5543 0%, #ff2b2b 100%), linear-gradient( #eb4f38, #eb4f38);
	background-blend-mode: normal, normal;
	border-color: transparent;
}

.pages {
	text-align: center;
	font-size: 0;
}

.pages a {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 2px;
	border: solid 1px #dddddd;
	margin: 0 3px;
	line-height: 40px;
	color: #111111;
	font-size: 14px;
}

.pages a.prev,
.pages a.next {
	width: 70px;
}

.pages a.home,
.pages a.last {
	width: 58px;
}

.pages a.all {
	width: 96px;
}

.pages a:hover,
.pages a.active,
.pages a.all {
	background-color: #eb4f38;
	color: #FFFFFF;
	border-color: transparent;
}


/* 合作企业 */

.partners {
	padding: 40px 0 78px 0;
}

.partners ul {
	margin-bottom: 50px;
}

.partners ul li,
.honor ul li {
	width: 285px;
	height: 165px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	float: left;
	padding-top: 16px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 2px;
	color: #0f0f0f;
	margin: 0 20px 24px 0;
}

.partners ul li:nth-child(4n),
.honor ul li:nth-child(4n) {
	margin-right: 0;
}

.partners ul li .img {
	height: 100px;
	margin-bottom: 10px;
}

.partners ul li .img img {
	max-height: 100px;
}


/* 经典案例 */

.cases {}

.cases .tabs {
	padding: 30px 0 27px 0;
}

.cases .tabs a {
	display: inline-block;
	vertical-align: top;
	padding: 9px 15px;
	background-color: #ededed;
	border-radius: 15px;
	color: #373737;
	margin-right: 10px;
	margin-bottom: 14px;
}

.cases .tabs a:hover,
.cases .tabs a.active {
	background-color: #eb4f38;
	color: #FFFFFF;
}

.cases .bg {
	background-color: #f5f5f5;
	padding-bottom: 67px;
}

.cases ul {
	padding: 51px 0 20px;
}

.cases ul li {
	width: 284px;
	height: 296px;
	background-color: #ffffff;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
}

.cases ul li:nth-child(4n) {
	margin-right: 0;
}

.cases ul li .img {
	width: 284px;
	height: 187px;
}

.cases ul li .img img {
	width: 284px;
	height: 187px;
}

.cases ul li .text {
	height: 109px;
	padding: 33px 30px 0;
	background-image: url(../img/text.png);
	background-position-x: center;
	background-position-y: 22px;
	background-repeat: no-repeat;
	text-align: center;
}

.cases ul li .text .t {
	font-size: 16px;
	color: #1c1b1b;
}

.cases ul li .text .t:after {
	content: '';
	display: block;
	width: 90px;
	height: 1px;
	background-color: #e9e9e9;
	margin: 9px auto 7px;
}

.cases ul li .text .p {
	font-size: 14px;
	color: #eb4f38;
}

.cases ul li .mask {
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(20, 20, 20, .7);
	padding-top: 55px;
	text-align: center;
	transition: .5s linear;
	-webkit-transition: .5s linear;
}

.cases ul li .mask .tips {
	width: 152px;
	height: 29px;
	background-color: #ff5b43;
	border-radius: 15px;
	text-align: center;
	line-height: 29px;
	font-size: 15px;
	color: #f5f5f5;
	margin: 23px auto 0;
}

.cases ul li .mask img {
	width: 130px;
	height: 130px;
}

.cases ul li:hover .mask {
	top: 0;
}


/* 资质荣誉 */

.honor {
	padding: 60px 0 60px;
}

.honor ul {
	padding: 0px 0 33px 0;
}

.honor ul li {
	height: 253px;
	padding-top: 14px;
	margin: 0 20px 29px 0;
	color: #0f0f0f;
}

.honor ul li:nth-child(4n) {
	margin-right: 0;
}

.honor ul li .img {
	height: 192px;
	margin-bottom: 15px
}

.honor ul li .img img {
	max-height: 192px;
	max-width: 100%
}


/* 新闻 */

/*.news {
	background-color: #f9f9f9;
	padding: 95px 0 40px 0;
}*/

.news .warp {
	background-color: #FFFFFF;
	padding: 20px 20px 38px 20px;
}

.news .warp .left {
	width: 864px;
	border-right: 1px solid #f1f1f1;
	padding-right: 13px;
	padding: 0 13px 36px 0;
	float: left;
}

.news-slide {
	width: 100%;
	height: 300px;
	position: relative;
	background-color: #000;
	margin-bottom: 20px;
	overflow: hidden;
}

.news-slide .swiper-slide {
	height: 300px;
}

.news-slide img {
	width: 100%;
	height: 300px;
	transition: .3s linear;
	-webkit-transition: .3s linear;
}

.news-slide img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.news-slide .mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 46px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #FFFFFF;
	font-size: 16px;
	line-height: 46px;
	padding-left: 27px;
}

.news-slide .swiper-pagination {
	width: auto;
	right: 19px;
	left: auto;
}

.news-slide .swiper-pagination-bullet {
	border-radius: 0;
	width: 17px;
	height: 4px;
	background-color: #ffffff;
	opacity: 1;
}

.news-slide .swiper-pagination-bullet-active {
	width: 30px;
	height: 4px;
	background-color: #eb4f38;
}

.news-slide .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
}

.news-lists .hd {
	font-size: 0;
	margin-bottom: 30px;
}

.news-lists .hd a {
	display: inline-block;
	vertical-align: top;
	height: 34px;
	background-color: #eaeaea;
	border-radius: 3px;
	line-height: 34px;
	color: #444444;
	font-size: 14px;
	margin-right: 15px;
	padding: 0 20px;
}

.news-lists .hd a:last-child {
	margin-right: 0;
}

.news-lists .hd a:hover,
.news-lists .hd a.active {
	background-color: #eb4f38;
	color: #FFFFFF;
}

.news-lists ul li {
	width: 100%;
	padding-bottom: 19px;
	border-bottom: 1px dashed #d8d8d8;
	margin-bottom: 17px;
}

.news-lists ul li:last-child {
	margin-bottom: 0;
}

.news-lists ul li .img {
	width: 214px;
	height: 123px;
	float: left;
	overflow: hidden;
}

.news-lists ul li .img img {
	width: 214px;
	height: 123px;
	transition: .3s linear;
	-webkit-transition: .3s linear;
}

.news-lists ul li .text {
	float: right;
	width: 617px;
}

.news-lists ul li .text .t {
	font-size: 24px;
	color: #2e2e2e;
	margin-bottom: 13px;
}

.news-lists ul li .text p {
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #8e8e8e;
	max-height: 46px;
	overflow: hidden;
}

.news-lists ul li .date {
	font-size: 14px;
	color: #86b1ff;
	margin-top: 20px;
}

.news-lists ul li:hover .text .t {
	color: #0f2855;
}

.news-lists ul li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.news-lists .pages {
	margin-top: 46px;
}

.news .right {
	width: 280px;
	float: right;
}

.news .right .title {
	border-left: 3px solid #eb4f38;
	padding-left: 11px;
	font-size: 16px;
	color: #333333;
	margin-bottom: 20px;
}

.news .right .key-word a {
	display: inline-block;
	vertical-align: top;
	height: 34px;
	text-align: center;
	line-height: 34px;
	padding: 0 12px;
	word-break: keep-all;
	background-color: #eaeaea;
	border-radius: 3px;
	color: #333333;
	margin-bottom: 10px;
}

.news .right .key-word a:hover {
	background-color: #eb4f38;
	color: #FFFFFF;
}

.news .right .hot {
	margin-top: 10px;
}

.news .right .hot img {
	width: 100%;
	height: 140px;
}

.news .right .hot ul {
	margin-top: 16px;
}

.news .right .hot ul li {
	margin-bottom: 12px;
	line-height: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news .right .hot ul li a {
	color: #616161;
	font-size: 12px;
}

.news .right .hot ul li a:hover {
	color: #eb4f38;
}

.news .right .hot ul li div.num {
	float: left;
	width: 18px;
	height: 18px;
	background-color: #f5f5f5;
	border-radius: 50%;
	text-align: center;
	margin-right: 9px;
	font-size: 12px;
	line-height: 18px;
	vertical-align: top;
	color: #616161;
}

.news .right .hot ul li:last-child {
	margin-bottom: 0;
}

.news .right .hot ul li:first-child .num {
	background-color: #ff6800;
}

.news .right .hot ul li:nth-child(2) .num {
	background-color: #ff7f4f
}

.news .right .hot ul li:nth-child(3) .num {
	background-color: #ffbe57;
}

.news .right .hot ul li:first-child .num,
.news .right .hot ul li:nth-child(2) .num,
.news .right .hot ul li:nth-child(3) .num {
	color: #FFFFFF;
}

.news .right .hot .title {
	margin-bottom: 9px;
}

.news .right .hot.relevant {
	margin-top: 22px;
}

.news .right .hot.relevant ul li:first-child .num,
.news .right .hot.relevant ul li:nth-child(2) .num,
.news .right .hot.relevant ul li:nth-child(3) .num {
	background-color: #f5f5f5;
	color: #616161;
}

.news .mianbaoxie {
	border-left: 3px solid #eb4f38;
	padding-left: 4px;
	font-size: 14px;
	color: #525151;
}

.news .mianbaoxie a {
	color: #525151;
}

.aritcle {
	margin-top: 58px;
}

.aritcle .aritcle_title {
	font-size: 26px;
	text-align: center;
	color: #1b1b1c;
}

.aritcle .aritcle_information {
	text-align: center;
	font-size: 14px;
	color: #8c8c8c;
	margin-top: 19px;
}

.aritcle .aritcle_information a {
	color: #8c8c8c;
}

.aritcle .aritcle_information .share {
	display: inline-block;
	line-height: 28px;
}

.aritcle .aritcle_information .share .bdshare-button-style0-16 {
	display: inline-block;
	vertical-align: top;
}

.aritcle .p {
	padding-left: 15px;
	padding-right: 32px;
	font-size: 14px;
	color: #7a7979;
	margin-top: 34px;
}

.aritcle .p p {
	line-height: 22px;
}

.aritcle .p p img {
	max-width: 100%;
}

.aritcle_pages {
	border-top: solid 1px #e9e9e9;
	padding-top: 27px;
	margin-top: 48px;
	padding-right: 7px;
}

.aritcle_pages .prev,
.aritcle_pages .next {
	font-size: 16px;
	float: left;
	width: 48%;
	color: #7a7979;
}

.aritcle_pages .next {
	float: right;
	text-align: right;
}

.aritcle_pages .prev a,
.aritcle_pages .next a {
	color: #6098ff;
}


/* 联系我们 */

.contact {
	background-color: #f7f7f7;
	padding: 79px 0 83px 0;
}

.contact .left {
	float: left;
	width: 571px;
	padding-top: 22px;
}

.contact .map {
	width: 591px;
	height: 495px;
	background-color: #FFFFFF;
	float: right;
	padding: 10px;
}

.contact .left h3 {
	font-size: 26px;
	color: #161616;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 14px;
	margin-bottom: 28px;
}

.contact .left .p {
	width: 366px;
	margin-bottom: 30px;
}

.contact .left .p img {
	float: left;
	margin-right: 11px;
}

.contact .left .p div {
	width: 336px;
	float: left;
}

.contact .left .p div h4 {
	font-size: 15px;
	color: #161616;
	padding-top: 2px;
}

.contact .left .p div p {
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0px;
	color: #6a6a6a;
	margin-top: 10px;
}

.contact .left .ewm {
	float: right;
	font-size: 12px;
	text-align: center;
}

.contact .left .ewm p {
	font-size: 12px;
	color: #000000;
}

.contact .left .ewm img {
	width: 134px;
	margin-bottom: 19px;
}


/* 留言 */

.message .warp {
	padding: 46px 47px 76px 59px;
	background-color: #FFFFFF;
}

.message .title {
	font-size: 24px;
	color: #1c1c1c;
	margin-bottom: 23px;
}

.message p {
	font-size: 16px;
	color: #535353;
	margin-bottom: 40px;
}

.message input[type='text']::-webkit-input-placeholder,
.message input[type='tel']::-webkit-input-placeholder,
.message input[type='email']::-webkit-input-placeholder {
	color: #888888;
}

.message input[type='text'],
.message input[type='tel'],
.message input[type='email'] {
	width: 345px;
	height: 67px;
	background-color: #ffffff;
	border: solid 1px #e3e3e3;
	font-size: 16px;
	text-indent: 23px;
	margin-right: 25px;
	color: #888888;
}

.message input[type='email'] {
	margin-right: 0;
}

.message textarea {
	width: 100%;
	height: 233px;
	background-color: #ffffff;
	border: solid 1px #e3e3e3;
	font-size: 16px;
	color: #888888;
	padding: 25px;
	margin-top: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 15px;
	margin-bottom: 27px;
}

.message .yanzhengma {
	width: 347px;
	height: 67px;
	background-color: #ffffff;
	border: solid 1px #d6d6d6;
	position: relative;
	overflow: hidden;
}

.message .yanzhengma input[type='text'] {
	width: 225px;
	height: 65px;
	border: 0;
}

.message .yanzhengma img {
	width: 99px;
	height: 37px;
	position: absolute;
	right: 17px;
	top: 15px;
}

.message .tips {
	margin-top: 24px;
	font-size: 18px;
	color: #888888;
}

.message .tips input[type='submit'] {
	width: 225px;
	height: 61px;
	background-color: #eb4f38;
	border-radius: 3px;
	font-size: 22px;
	color: #ffffff;
	margin-right: 23px;
}


/* 公司介绍 */

.about {
	background-image: url(../img/about.png);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 23px;
	padding-top: 81px;
	padding-bottom: 65px;
}

.about .title {
	text-align: center;
	font-size: 28px;
	color: #333333;
	margin-bottom: 84px;
}

.about .data {
	padding-top: 55px;
	padding-bottom: 45px;
}

.about .data .num {
	font-size: 72px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 35px;
}

.about .data .p {
	font-size: 16px;
	color: #333333;
}

.about .data .col {
	text-align: center;
	float: left;
	width: 297px;
	border-right: solid 2px #ededed;
	margin-bottom: 46px;
}

.about .coutainer img {
	max-width: 100%;
}

.about .coutainer .top .img {
	width: 473px;
	height: 266px;
	float: left;
}

.about .coutainer .text {
	font-size: 15px;
	line-height: 34px;
	letter-spacing: 0px;
	color: #333333;
	float: right;
	width: 690px;
}

.about .coutainer .text p {
	line-height: 34px;
	text-indent: 2em;
	font-size: 15px;
}

.about .coutainer .bottom {
	line-height: 34px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 18px;
}

.about .coutainer .bottom p {
	line-height: 34px;
	letter-spacing: 0px;
	color: #333333;
	font-size: 15px;
	text-indent: 2em;
}

.founder {
	background-color: #f5f5f5;
	padding: 77px 0 82px 0;
	text-align: center;
	font-size: 0;
}

.founder .hd {
	font-size: 0;
	margin-top: 18px;
}

.founder .hd .item {
	vertical-align: top;
	display: inline-block;
	width: 25%;
	font-size: 12px;
}

.founder .hd .item.on .avatar {
	border-color: #EB4F38;
	opacity: 1;
}

.founder .hd .item.on h3 {
	color: #191919;
}

.founder .hd .item .avatar {
	width: 85px;
	height: 85px;
	border: 5px solid #f5f5f5;
	border-radius: 50%;
	overflow: hidden;
	margin: 0px auto 8px;
	opacity: .5;
}

.founder .hd .item .avatar img {
	width: 75px;
	height: 75px;
	border-radius: 50%;
}

.founder .hd .item h3 {
	font-size: 16px;
	color: #6b6b6b;
}

.founder .hd .item p {
	color: #717171;
	font-size: 12px;
	margin-top: 9px;
}

.founder .bd .item .avatar {
	width: 234px;
	height: 234px;
	border-radius: 50%;
	overflow: hidden;
	margin-left: 60px;
}

.founder .bd .item .avatar img {
	width: 234px;
	height: 234px;
	border-radius: 50%;
}

.founder .bd .item .text {
	background-color: #FFFFFF;
	min-height: 197px;
	margin-top: -139px;
	padding: 18px 36px 36px 329px;
	text-align: left;
}

.founder .bd .item .text .coutainer {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #595959;
}

.founder .bd .item .text .coutainer:before,
.founder .bd .item .text .coutainer:after {
	content: '';
	display: block;
	background-image: url(../img/dt.jpg);
	height: 27px;
	background-repeat: no-repeat;
}

.founder .bd .item .text .coutainer:after {
	background-image: url(../img/db.jpg);
	background-position-x: right;
}

.founder .bd .item {
	display: none;
	position: relative;
}

.founder .bd .item.on {
	display: block;
}

.founder .bd .item .text-header {
	color: #616161;
	font-size: 14px;
	position: absolute;
	top: 46px;
}

.founder .bd .item .text-header strong {
	font-size: 28px;
	color: #1b1b1b;
	font-weight: normal;
	margin-right: 10px;
}

.founder .bd .item .text .coutainer .p {
	padding-left: 20px;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #595959;
	padding: 8px 4px 0 20px;
}


/* 产品体系  定制开发 */

.product-advantage {
	background-color: #f0f8f6;
	padding-top: 79px;
	padding-bottom: 80px;
}

.product-advantage .title:after {
	margin: 20px auto 13px;
}

.product-advantage .title {
	font-size: 36px;
}

.product-advantage .p {
	margin-bottom: 22px;
	font-size: 24px;
	color: #000000;
}

.product-advantage ul li {
	width: 590px;
	height: 200px;
	float: left;
	margin-bottom: 4px;
}

.product-advantage ul li:nth-child(even) {
	float: right;
}

.product-advantage ul li:last-child {
	margin-bottom: 0;
}

.product-advantage ul li:nth-last-child(2) {
	margin-bottom: 0;
}

.product-advantage ul li img {}

.tailor-made {
	background-color: #FFFFFF;
	padding: 79px 0 80px 0;
}

.tailor-made .title {
	font-size: 36px;
	color: #000000;
}

.tailor-made .p {
	font-size: 24px;
	margin-bottom: 47px;
}

.tailor-made .title:after {
	margin: 21px auto 18px;
}

.tailor-made img {
	max-width: 100%;
}

.product-achievement {
	background-color: #f0f8f6;
	padding: 79px 0 40px 0;
}

.product-achievement .title {
	font-size: 36px;
	color: #000000;
}

.product-achievement .p {
	font-size: 24px;
	color: #000000;
}

.product-achievement .title:after {
	margin: 19px auto 20px;
}

.product-achievement ul li {
	float: left;
	width: 200px;
	margin-right: 50px;
	margin-bottom: 40px;
}

.product-achievement ul li:nth-child(5n) {
	margin-right: 0;
}

.product-achievement ul li img {
	width: 200px;
	height: 260px;
}

.product-case {
	background-color: #FFFFFF;
	padding: 81px 0 50px 0;
}

.product-case .title {
	font-size: 36px;
	color: #000000;
}

.product-case .title:after {
	margin: 19px auto 25px;
}

.product-case ul li {
	width: 150px;
	float: left;
	text-align: center;
	margin-right: 60px;
	margin-bottom: 30px;
}

.product-case ul li .img {
	height: 150px;
}

.product-case ul li .img img {
	height: 150px;
}

.product-case ul li:nth-child(6n) {
	margin-right: 0;
}

.product-case ul li p {
	font-size: 24px;
	line-height: 30px;
	color: #000000;
	margin-top: 11px;
}


/* 智慧社区 */

.another-banner {
	height: 600px;
	background-position-x: center;
	background-repeat: no-repeat;
	margin-top: 75px;
	padding-top: 500px;
}

.banner-fixed {
	width: 1200px;
	height: 200px;
	background-color: #ffffff;
	box-shadow: 0px 4px 5px 1px rgba(207, 205, 205, 0.3);
	margin: 0px auto 0;
}

.banner-fixed .q {
	width: 355px;
	height: 200px;
	background-color: #292f3b;
	float: left;
	line-height: 200px;
	font-size: 28px;
	color: #ffffff;
	text-align: center;
}

.banner-fixed .a {
	width: 845px;
	float: left;
	padding: 16px 37px 30px 28px;
	line-height: 40px;
	height: 200px;
	background-color: #FFFFFF;
}

.banner-fixed .a p {
	font-size: 20px;
	line-height: 40px;
	color: #444952;
}

.product-features {
	background-color: #F1F1F1;
	padding: 177px 0 26px 0;
}

.product-features .title {
	font-size: 34px;
	color: #2c2c2c;
	text-align: center;
	margin-bottom: 98px;
}

.product-features .warp {
	/*width: 1000px;*/
}

.product-features ul li {
	width: 25%;
	float: left;
	/*	margin-right: 200px;*/
	margin-bottom: 87px;
	text-align: center;
}

.product-features ul li img {
	width: 100px;
	margin-bottom: 25px;
}

.product-features ul li:nth-child(4n) {
	margin-right: 0;
}

.product-features ul li p {
	font-size: 20px;
	color: #2c2c2c;
}

.product-four {
	padding: 70px 0 0 0;
	background-image: url(../img/abg.png);
	height: 500px;
}

.product-four .title {
	color: #ffffff;
	font-size: 34px;
	text-align: center;
}

.product-four .title font {
	font-size: 48px;
	color: #eb4f38;
}

.product-four ul {
	padding-left: 40px;
	margin-top: 82px;
}

.product-four ul li {
	float: left;
	width: 240px;
	height: 240px;
	background-image: url(../img/ali.png);
	margin-right: 50px;
	text-align: center;
	padding: 31px 0px 0 0px;
}

.product-four ul li:last-child {
	margin-right: 0;
}

.product-four ul li .t {
	font-size: 20px;
	color: #2c2c2c;
}

.product-four ul li .t:after {
	content: '';
	display: block;
	width: 30px;
	height: 5px;
	background-color: #eb4f38;
	margin: 19px auto 10px;
}

.product-four ul li p {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #2c2c2c;
	text-align: left;
	padding: 0 23px 0 24px;
}

.product-solve {
	padding-top: 73px;
}

.product-solve .title {
	font-size: 32px;
	color: #2c2c2c;
	text-align: center;
	margin-bottom: 66px;
}

.product-solve .title font {
	font-size: 36px;
}

.product-solve .hd {
	width: 100%;
	height: 68px;
	border: solid 1px #017eff;
}

.product-solve .hd div {
	width: 399px;
	border-right: 1px solid #017eff;
	float: left;
	text-align: center;
	line-height: 68px;
	font-size: 24px;
	color: #017eff;
	cursor: pointer;
}

.product-solve .hd div img {
	margin-top: 17px;
	margin-right: 10px;
}

.product-solve .hd div.on {
	background-color: #017eff;
	color: #FFFFFF;
}

.product-solve .hd div.on img {
	display: none;
}

.product-solve .hd div img.hide {
	display: none;
}

.product-solve .hd div.on img.hide {
	display: inline;
}

.product-solve .hd div:last-child {
	border: 0;
}

.product-solve .bd {
	background-color: #f3f3f3;
	margin-top: 18px;
	padding-top: 26px;
	padding: 26px 0 37px 22px;
}

.product-solve .bd .t {
	font-size: 24px;
	color: #2c2c2c;
	text-align: center;
	margin-bottom: 25px;
}

.product-solve .bd div {
	display: none;
}

.product-solve .bd div img {
	max-width: 100%;
}

.product-solve .bd div.show {
	display: block;
}

.product-map {
	padding: 76px 0 50px 0;
}

.product-map .title {
	font-size: 32px;
	color: #2c2c2c;
	text-align: center;
	margin-bottom: 47px;
}

.product-map .title font {
	font-size: 36px;
}

.product-map img {
	max-width: 100%;
}

.product-slide {
	background-color: #F1F1F1;
	padding: 80px 0 63px 0;
	text-align: center;
}

.product-slide .title {
	font-size: 32px;
	text-align: center;
	color: #2c2c2c;
	margin-bottom: 65px;
}

.product-slide img {
	max-width: 100%;
}


/* 校园一体化平台 */

.product-school .title,
.cooperation-case .title {
	font-size: 34px;
	color: #333333;
	text-align: center;
	margin-bottom: 52px;
}

.product-school .title:after,
.cooperation-case .title:after {
	content: '';
	display: block;
	width: 51px;
	height: 5px;
	background-color: #eb4f38;
	margin: 19px auto 0;
}

.product-school {
	padding-top: 49px;
}

.product-school.part1 {}

.product-school.part1 .left {
	width: 474px;
	float: left;
	margin-left: 85px;
}

.product-school.part1 .left p,
.part2 .right p,
.part3 .left p,
.part4 .right p,
.part5 .left p,
.part6 .right p,
.part7 .left p {
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
}

.product-school.part1 .left h4,
.part4 .right h4,
.part2 .right h4,
.part3 .left h4,
.part5 .left h4,
.part6 .right h4,
.part7 .left h4 {
	font-size: 24px;
	color: #333333;
	margin-top: 23px;
	margin-bottom: 19px;
}

.product-school.part1 .right {
	float: right;
	margin-right: 100px;
}

.part2 {
	margin-top: 82px;
}

.part2 .left {
	width: 474px;
	float: left;
	margin-left: 65px;
}

.part2 .right {
	width: 465px;
	margin-right: 100px;
	float: right;
	padding-top: 83px;
}

.part3 {
	margin-top: 21px;
}

.part3 .left {
	padding-top: 124px;
	width: 474px;
	margin-left: 85px;
	float: left;
}

.part3 .right {
	float: right;
	width: 525px;
	margin-right: 80px
}

.part4 {
	margin-top: 107px;
}

.part4 .left {
	float: left;
	width: 546px;
	margin-left: 30px;
}

.part4 .right {
	width: 470px;
	float: right;
	margin-right: 100px;
	padding-top: 96px;
}

.part5 {
	margin-top: 46px;
}

.part5 .left {
	float: left;
	margin-left: 85px;
	width: 474px;
	padding-top: 164px;
}

.part5 .right {
	float: right;
	width: 540px;
	margin-right: 85px;
}

.part6 .left {
	float: left;
	margin-left: 20px;
	width: 570px;
}

.part6 .right {
	float: right;
	margin-right: 100px;
	width: 453px;
	padding-top: 149px;
}

.part7 {}

.part7 .left {
	float: left;
	margin-left: 85px;
	width: 215px;
	padding-top: 150px;
}

.part7 .right {
	width: 467px;
	float: right;
	margin-right: 100px;
}

.school_advantage {
	margin-top: 45px;
}

.school_advantage img {
	width: 100%;
}

.cooperation-case ul {
	padding: 0 30px 45px 0;
}

.cooperation-case ul li {
	float: left;
	width: 250px;
	margin-right: 45px;
}

.cooperation-case ul li:last-child {
	margin-right: 0;
}

.cooperation-case ul li .img {
	width: 250px;
	height: 208px;
	position: relative;
	overflow: hidden;
}

.cooperation-case ul li .img .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(1, 1, 1, .4);
	left: -100%;
	top: 0;
	transition: .3s linear;
	-webkit-transition: .3s linear;
}

.cooperation-case ul li:hover .mask {
	left: 0;
}

.cooperation-case ul li .img .mask img {
	width: 150px;
	height: 150px;
}

.cooperation-case ul li .img img {
	width: 250px;
	height: 208px;
}

.cooperation-case ul li .text {
	height: 54px;
	background-color: #ffffff;
	border: solid 1px #e6e6e6;
	text-align: center;
	line-height: 54px;
}

.cooperation-case {
	padding-top: 55px;
}


/*  智慧零售 */

.retail-banner {
	height: 698px;
	background-position-x: center;
	background-repeat: no-repeat;
	margin-top: 75px;
}

.retail—part1 {
	padding: 103px 0 63px 0;
}

.retail—part1 .title {
	font-size: 36px;
	font-weight: bold;
	color: #595961;
	text-align: center;
	margin-bottom: 73px;
}

.retail—part1 .row {}

.retail—part1 .row .col {
	float: left;
	text-align: center;
}

.retail—part1 .row .col h4 {
	font-size: 22px;
	color: #333333;
	margin: 32px 0 30px;
}

.retail—part1 .row .col p {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
	text-align: left;
}

.retail—part1 .row .col:first-child {
	margin-right: 145px;
}

.retail—part1 .row .col:first-child p {
	padding: 0 35px 0 32px;
}

.retail—part1 .row .col:nth-child(2) {
	margin-right: 165px;
}

.retail—part1 .row .col:nth-child(2) p {
	padding: 0 10px 0 8px;
}

.retail—part1 .row .col:nth-child(3) p {
	padding: 0 9px 0 10px;
}

.retail-part2 {
	width: 100%;
	height: 468px;
	background-image: url(../img/zc.jpg);
	background-repeat: no-repeat;
	background-position-x: center;
	padding-top: 74px;
}

.retail-part2 .title {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
}

.retail-part2 ul {
	padding: 110px 124px 0 100px;
}

.retail-part2 ul li {
	float: left;
	text-align: center;
	color: #FFFFFF;
}

.retail-part2 ul li h3 {
	font-weight: bold;
	font-size: 22px;
	margin: 38px 0 21px 0;
}

.retail-part2 ul li p {
	font-size: 18px;
}

.retail-part2 ul li:first-child {
	margin-right: 169px;
}

.retail-part2 ul li:nth-child(2) {
	margin-right: 195px;
}

.retail-part3 {
	padding: 67px 0 96px;
}

.retail-part3 .title {
	font-size: 36px;
	font-weight: bold;
	color: #595961;
	text-align: center;
	margin-bottom: 42px;
}

.retail-part3 ul li {
	width: 300px;
	float: left;
	text-align: center;
}

.retail-part4 {
	padding: 64px 0 0;
	background-color: #f1f2f6;
}

.retail-part4 .title {
	font-size: 36px;
	font-weight: bold;
	color: #595961;
	text-align: center;
	margin-bottom: 103px;
}

.retail-part4 ul li {
	float: left;
	width: 25%;
	text-align: center;
	margin-bottom: 98px;
}

.retail-part4 ul li .img {
	height: 75px;
}

.retail-part4 ul li h3 {
	font-size: 22px;
	font-weight: bold;
	color: #595961;
	margin-top: 59px;
}

.retail-part4 ul li p {
	margin-top: 23px;
	font-size: 16px;
	color: #666666;
}

.retail-part5 {
	padding: 65px 0 0;
	text-align: center;
}

.retail-part5 .title {
	font-size: 36px;
	font-weight: bold;
	color: #595961;
	margin-bottom: 78px;
}

.retail-part5 img {
	max-width: 100%;
}

.retail-part6 {
	margin-top: 66px;
	height: 575px;
}

.retail-part6 .title {
	font-size: 36px;
	color: #666666;
	text-align: center;
	font-weight: bold;
	margin-bottom: 42px;
}

.retail-part6 .p {
	position: relative;
	padding-bottom: 66px;
}

.retail-part6 .p .coutainer {
	height: 365px;
	overflow: hidden;
}

.retail-part6 .p .more {
	position: absolute;
	width: 100%;
	height: 300px;
	/*	background-color: transparent;*/
	background: -webkit-linear-gradient(transparent, #ffffff);
	background: -o-linear-gradient(transparent, #ffffff);
	background: -moz-linear-gradient(transparent, #ffffff);
	background: linear-gradient(transparent, #ffffff);
	left: 0;
	bottom: 0px;
	cursor: pointer;
}

.retail-part6 .p .more p {
	font-size: 24px;
	color: #333333;
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 0px;
}

.retail-part6 .p .more p img {
	margin-right: 17px
}

.retail-part6 .p,
.retail-part6 .p .coutainer p {
	font-size: 18px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #333333;
}

.retail-part6 .p p img {
	max-width: 100%;
}

.retail-part7 {
	padding: 62px 0 51px;
	background-color: #f1f2f6;
}

.retail-part7 .title {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 26px;
}

.retail-part7 .left {
	width: 370px;
	height: 501px;
	float: left;
	position: relative;
	background-image: url(../img/shouji.png);
	background-repeat: no-repeat;
	background-position-x: center;
	padding: 83px 90px 0;
	margin-left: 144px;
}

.retail-part7 .right {
	float: right;
	width: 530px;
	padding-top: 28px;
	margin-right: 100px;
}

.retail-part7 .left .swiper-button-next,
.retail-part7 .left .swiper-button-prev {
	width: 30px;
	height: 37px;
	margin-top: -18.5;
}

.retail-part7 .left .swiper-button-next {
	background-image: url(../img/snext.png);
}

.retail-part7 .left .swiper-button-prev {
	background-image: url(../img/sprev.png);
}

.retail-part7 .right_header {}

.retail-part7 .right_footer {
	margin-top: 108px;
	display: flex;
	align-items: flex-end;
}

.retail-part7 .rf_left {
	text-align: center;
}

.retail-part7 .rf_left p {
	font-size: 20px;
	margin-bottom: 10px;
	color: #ff6d4e;
}

.retail-part7 .rf_left img {
	width: 140px;
}

.retail-part7 .rf_right {
	margin-left: 68px;
}

.retail-part7 .right_header p:nth-child(1) {
	font-size: 28px;
	color: #1a1a1a;
	margin-bottom: 16px;
}

.retail-part7 .right_header p:nth-child(2) {
	font-size: 16px;
	color: #999999;
	margin-bottom: 15px;
}

.retail-part7 .right_header p:nth-child(3) {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #515151;
}

.retail-part7 .rf_right p:nth-child(1) {
	font-size: 18px;
	color: #1a1a1a;
	margin-bottom: 17px;
}

.retail-part7 .rf_right p:nth-child(2),
.retail-part7 .rf_right p:nth-child(3) {
	font-size: 24px;
	color: #1a1a1a;
}


/* 智慧美业 */

.beauty-banner {
	background-position-x: center;
	background-repeat: no-repeat;
	height: 420px;
	margin-top: 75px;
}

.beauty-part1,
.beauty-part2,
.beauty-part3,
.beauty-part4,
.beauty-part5,
.beauty-part6 {
	padding-top: 80px;
}

.beauty-part1 .title,
.beauty-part2 .title,
.beauty-part3 .title,
.beauty-part4 .title,
.beauty-part5 .title,
.beauty-part6 .title,
.beauty-part1 .p,
.beauty-part2 .p,
.beauty-part3 .p,
.beauty-part4 .p,
.beauty-part5 .p,
.beauty-part6 .p {
	text-align: center;
}

.product-case .title,
.beauty-part1 .title,
.beauty-part2 .title,
.beauty-part3 .title,
.beauty-part4 .title,
.beauty-part5 .title,
.beauty-part6 .title {
	color: #000000;
}

.beauty-part1 .title:after,
.beauty-part2 .title:after,
.beauty-part3 .title:after,
.beauty-part4 .title:after,
.beauty-part5 .title:after,
.beauty-part6 .title:after {
	margin: 20px auto;
}

.beauty-part1 .p,
.beauty-part2 .p,
.beauty-part3 .p,
.beauty-part4 .p,
.beauty-part5 .p,
.beauty-part6 .p {
	font-size: 24px;
	color: #515151;
	margin-bottom: 55px;
}

.beauty-part6 .title {
	font-size: 32px;
}

.beauty-part1 {
	padding-bottom: 80px;
}

.beauty-part1 ul li {
	width: 16.66666%;
	text-align: center;
	float: left;
}

.beauty-part1 ul li p {
	font-size: 24px;
	color: #261c23;
	margin-top: 2px;
}

.beauty-part2 {
	background-color: #fff3f8;
	padding: 80px 0;
}

.beauty-part2 ul li {
	width: 25%;
	float: left;
	text-align: center;
}

.beauty-part2 ul li .img,
.beauty-part3 ul li .img,
.beauty-part4 ul li .img,
.beauty-part5 ul li .img {
	width: 240px;
	height: 427px;
	box-shadow: 0px 10px 40px 0px rgba(76, 76, 76, 0.28);
	margin: 0 auto 30px;
}

.beauty-part2 ul li img {
	height: 427px;
}

.beauty-part2 ul li p {
	font-size: 20px;
	color: #515151;
}

.beauty-part3 {
	padding: 80px 0 80px;
}

.beauty-part3 .p {
	margin-bottom: 61px;
}

.beauty-part3 ul li {
	width: 25%;
	text-align: center;
	float: left;
}

.beauty-part3 ul li .img {
	width: 245px;
	height: 436px;
}

.beauty-part3 ul li .img img {
	height: 436px;
}

.beauty-part3 ul li p {
	font-size: 20px;
	color: #515151;
}

.beauty-part4 {
	background-color: #fff3f8;
	padding: 80px 0 76px;
}

.beauty-part4 .p {
	margin-bottom: 62px;
}

.beauty-part4 ul li {
	float: left;
	width: 25%;
	text-align: center;
}

.beauty-part4 ul li .img {
	width: 245px;
	height: 436px;
}

.beauty-part4 ul li .img img {
	height: 436px;
}

.beauty-part4 ul li p:first-child {
	font-size: 28px;
	text-align: center;
}

.beauty-part4 ul li p:nth-child(2) {
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #515151;
	margin-top: 20px;
}

.beauty-part5 {
	padding: 80px 0;
}

.beauty-part5 .p {
	margin-bottom: 59px;
}

.beauty-part5 ul li {
	float: left;
	width: 33.333%;
	text-align: center;
}

.beauty-part5 ul li .img {
	height: 428px;
}

.beauty-part5 ul li .img img {
	height: 428px;
}

.beauty-part5 ul li p {
	font-size: 20px;
	color: #000000;
}

.beauty-part6 {
	background-color: #fff3f8;
	padding: 82px 0 0;
}

.beauty-part6 .title {
	font-size: 32px;
}

.beauty-part6 .title:after {
	margin-bottom: 44px;
}

.beauty-part6 ul li {
	float: left;
	width: 20%;
	text-align: center;
	margin-bottom: 90px;
}

.beauty-part6 ul li .img {
	height: 98px;
	margin-bottom: 18px;
}

.beauty-part6 ul li p {
	font-size: 24px;
	color: #261c23;
}


/* 跑腿 */

.pt-banner {
	height: 504px;
	padding-top: 404px;
}

.pt-banner .a {
	display: table;
}

.pt-banner .a p {
	display: table-cell;
	vertical-align: middle;
}

.pt-four ul li .t:after {
	margin: 19px auto 20px;
}

.pt-four ul li p {
	padding: 0 14px;
}

.pt-solve .hd div {
	width: 50%;
}


/* 餐饮 */

.food-banner {
	height: 504px;
}

.food-part1,
.food-part3 {
	background-color: #f1f1f1;
}

.food-part1 {
	padding: 73px 0 79px;
}

.food-part1 .title,
.food-part2 .title,
.food-part3 .title,
.food-part4 .title {
	font-size: 34px;
	color: #2c2c2c;
	text-align: center;
}

.food-part2 .title {
	color: #333333;
	margin-bottom: 69px;
}

.food-part1 ul {
	margin-top: 63px;
}

.food-part1 ul li {
	width: 276px;
	height: 410px;
	background-color: #ffffff;
	border-radius: 10px;
	float: left;
	margin-right: 32px;
	padding: 23px 25px;
	text-align: center;
	border: 1px solid transparent;
}

.food-part1 ul li:hover {
	border: solid 1px #eb4f38;
}

.food-part1 ul li .t {
	margin-bottom: 23px;
	font-size: 20px;
	color: #333333;
}

.food-part1 ul li .t2 {
	font-size: 24px;
	color: #eb4f38;
	margin: 32px 0 16px;
}

.food-part1 ul li .p {
	font-size: 16px;
	line-height: 30px;
	color: #999999;
	text-align: left;
}

.food-part1 ul li:first-child {
	padding: 23px 17px;
}

.food-part1 ul li:last-child {
	margin-right: 0;
}

.food-part2 {
	padding: 77px 0 67px 0;
}

.food-part2 ul li {
	width: 25%;
	float: left;
}

.food-part2 ul li:first-child .img {
	padding-top: 0;
}

.food-part2 ul li .img {
	padding-top: 10px;
	height: 164px;
	margin: 0 auto 30px;
}

.food-part2 ul li .t {
	font-size: 20px;
	color: #2c2c2c;
	text-align: center;
	line-height: 1;
	margin-bottom: 20px;
}

.food-part2 ul li .t:after {
	content: '';
	display: block;
	width: 30px;
	height: 5px;
	background-color: #eb4f38;
	margin: 20px auto 0;
}

.food-part2 ul li p {
	font-size: 16px;
	line-height: 30px;
	color: #2c2c2c;
}

.food-part2 ul li:first-child {
	padding: 0 52px;
}

.food-part2 ul li:nth-child(2) {
	padding: 0 42px;
}

.food-part2 ul li:nth-child(3) {
	padding: 0 32px;
}

.food-part3 {
	padding: 74px 0 0px;
}

.food-part3 .title {
	margin-bottom: 83px;
}

.food-part3 ul li {
	float: left;
	width: 25%;
	text-align: center;
	margin-bottom: 90px;
}

.food-part3 ul li .img {
	height: 64px;
	margin-bottom: 27px;
}

.food-part3 ul li p {
	font-size: 20px;
	color: #2c2c2c;
}

.food-slide {
	background-color: #FFFFFF;
}


/* 推客通 */

.tk-banner {
	height: 420px;
}

.tuike-part1 .title {
	color: #000000;
}

.tuike-part1 .title:after,
.tuike-part2 .title:after,
.tuike-part3 .title:after {
	margin: 20px auto;
}

.tuike-part1 {
	padding: 80px 0 95px;
}

.tuike-part1 .p {
	font-size: 24px;
	margin-bottom: 43px;
}

.tuike-part1 ul li {
	float: left;
	width: 12.5%;
	text-align: center;
}

.tuike-part1 ul li .img {
	height: 75px;
	margin-bottom: 20px;
}

.tuike-part1 ul li p {
	font-size: 22px;
	color: #000000;
}

.tuike-part2 {
	background-color: #f7fffe;
	padding: 80px 0 54px;
}

.tuike-part2 .title:after {
	margin: 20px auto 37px;
}

.tuike-part2_1 .left {
	float: left;
	width: 543px;
	padding-top: 102px;
	margin-left: 55px;
}

.tuike-part2_1 .left p:nth-child(1) {
	font-size: 32px;
	margin-bottom: 22px;
}

.tuike-part2_1 .left p:nth-child(2) {
	font-size: 22px;
	font-weight: lighter;
	margin-bottom: 28px;
}

.tuike-part2_1 .left p:nth-child(3) {
	font-size: 16px;
	line-height: 34px;
	letter-spacing: 2px;
	color: #000000;
}

.tuike-part2_1 .right {
	float: right;
	width: 475px;
}

.tuike-part2_1 .right img {
	max-width: 100%;
}

.tuike-part2_2 {
	margin-top: 71px;
}

.tuike-part2_2 .left {
	float: left;
	width: 523px;
}

.tuike-part2_2 .right {
	width: 540px;
	float: right;
	margin-right: 55px;
	padding-top: 159px;
}

.tuike-part2_2 .right p:nth-child(1) {
	font-size: 32px;
	color: #000000;
	margin-bottom: 22px;
	text-align: right;
}

.tuike-part2_2 .right p:nth-child(2) {
	font-size: 22px;
	font-weight: lighter;
	text-align: right;
	margin-bottom: 28px;
}

.tuike-part2_2 .right p:nth-child(3) {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 2px;
	color: #000000;
}

.tuike-part2_3 {
	margin-top: 108px;
}

.tuike-part2_3 .left {
	float: left;
	width: 455px;
	margin-left: 55px;
	padding-top: 100px;
}

.tuike-part2_3 .right {
	float: right;
}

.tuike-part2_3 .left p:nth-child(1) {
	font-size: 32px;
	color: #000000;
	margin-bottom: 22px;
}

.tuike-part2_3 .left p:nth-child(2) {
	font-size: 22px;
	font-weight: lighter;
	margin-bottom: 28px;
}

.tuike-part2_3 .left p:nth-child(3) {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 2px;
	color: #000000;
}

.tuike-part2_4 {
	margin-top: 86px;
}

.tuike-part2_4 .left {
	float: left;
	width: 461px;
	margin-left: 35px
}

.tuike-part2_4 .right {
	float: right;
	width: 540px;
	margin-right: 55px;
	padding-top: 125px;
}

.tuike-part2_4 .right p:nth-child(1) {
	font-size: 32px;
	color: #000000;
	margin-bottom: 22px;
	text-align: right;
}

.tuike-part2_4 .right p:nth-child(2) {
	font-size: 22px;
	font-weight: lighter;
	margin-bottom: 28px;
	text-align: right;
}

.tuike-part2_4 .right p:nth-child(3) {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 2px;
	color: #000000;
}

.tuike-part2_5 {
	margin-top: 94px;
}

.tuike-part2_5 .left {
	width: 240px;
	padding-top: 90px;
}

.tuike-part2_5 .left p:nth-child(1) {
	font-size: 32px;
	color: #020202;
}

.tuike-part2_5 .left p:nth-child(2) {
	font-size: 22px;
	color: #000000;
	margin-bottom: 8px;
}

.tuike-part3 {
	padding: 81px 0 78px;
}

.tuike-part3 .title:after {
	margin: 18px auto 44px;
}

.tuike-part3 ul li {
	width: 16.66%;
	float: left;
	text-align: center;
}

.tuike-part3 ul li p {
	font-size: 20px;
	color: #000000;
	margin-top: 20px
}

.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 157px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}

.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}

.yb_bar .yb_top {
	background: #bb8417 url(../img/fixCont.png) no-repeat 0 0;
}

.yb_bar .yb_phone {
	background: #bb8417 url(../img/fixCont.png) no-repeat 0 -57px;
}

.yb_bar .yb_QQ {
	text-indent: 0;
	background: #bb8417 url(../img/fixCont.png) no-repeat 0 -113px;
}

.yb_bar .yb_ercode {
	/*height:200px;*/
	background: #bb8417 url(../img/fixCont.png) no-repeat 0 -169px;
}

.hd_qr {
	padding: 0 29px 25px 29px;
}

.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}

body {
	width: 100%;
}

header {
	width: 100%;
	height: 0.88rem;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
	border-bottom: .02rem solid #e6e6e6;
	padding: 0rem .4rem;
	font-size: 0.36rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: .88rem;
	text-align: center;
	z-index: 2;
}

header a {
	display: block;
	float: left;
	vertical-align: top;
	position: absolute;
	top: .27rem;
	left: .4rem;
	font-size: 0;
}

header img {
	width: .48rem;
}

nav {
	height: .88rem;
	line-height: .88rem;
	position: fixed;
	top: .88rem;
	left: 0;
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
	z-index: 2;
}

nav ul {
	font-size: 0;
	white-space: nowrap;
	overflow-x: auto;
}

nav ul li {
	display: inline-block;
	vertical-align: top;
	width: 1.1rem;
	text-align: center;
	margin-right: .53rem;
}

nav ul li a {
	font-size: 0.28rem;
	color: #1a1a1a;
}

.shouji-banner {
	margin-top: 1.76rem
}

.shouji-banner img {
	width: 100%;
}

nav ul li.on a {
	color: #f44737;
}

.shouji-p1 {
	padding: .4rem .43rem 0 .36rem;
}

.shouji-p1 h3 {
	text-align: center;
	font-size: 0.34rem;
	color: #333333;
	margin: 0 0 .31rem 0;
}

.shouji-p1 p {
	font-size: 0.24rem;
	line-height: 0.4rem;
}

.shouji-p2 {
	width: 100%;
	background-color: #89b3e1;
	margin: .22rem 0 0rem 0;
	padding: .36rem .32rem .57rem .33rem;
}

.shouji-p2 h3 {
	text-align: center;
	font-size: 0.34rem;
	color: #ffffff;
	margin: 0 0 .6rem 0;
}

.shouji-p2 ul li {
	float: left;
	width: 1rem;
	text-align: center;
	margin: 0 .95rem .6rem 0;
}

.shouji-p2 ul li:nth-child(4n) {
	margin: 0;
}

.shouji-p2 ul li h4 {
	font-size: 0.2rem;
	color: #FFFFFF;
}

.shouji-p2 img {
	width: 1rem;
	margin-bottom: .23rem;
}

.shouji-p2 ul li:nth-last-child(1),
.shouji-p2 ul li:nth-last-child(2),
.shouji-p2 ul li:nth-last-child(3),
.shouji-p2 ul li:nth-last-child(4) {
	margin-bottom: 0;
}

.shouji-p3 {
	background-color: #f5f5f5;
	padding: .35rem 0 .48rem;
	overflow: hidden;
}

.shouji-p3 h3 {
	font-size: 0.34rem;
	text-align: center;
	color: #333333;
	margin: 0 0 .48rem 0;
}

.shouji-p3 h3 font {
	font-size: .4rem;
	color: #037cff;
}

.shouji-p3 .item {
	padding: 0 .3rem 0 .29rem;
	margin: 0 0 .57rem 0;
}

.shouji-p3 .item:last-child {
	margin: 0
}

.shouji-p3 .item img {
	width: 1.2rem;
	height: 1.2rem;
	float: left;
}

.shouji-p3 .item .text {
	float: right;
	width: 5.49rem;
}

.shouji-p3 .item .text h4 {
	font-size: 0.28rem;
	color: #2c2c2c;
	margin-bottom: .1rem;
}

.shouji-p3 .item .text p {
	font-size: 0.22rem;
	line-height: 0.35rem;
	letter-spacing: 0rem;
	color: #8a8a8a;
}

.shouji-p4 {
	padding: .42rem .19rem .6rem .16rem;
}

.shouji-p4 .tab {
	margin: 0 0 0.58rem 0;
}

.shouji-p4 .tab:last-child {
	margin: 0;
}

.shouji-p4 .title {
	text-align: center;
	font-size: 0.34rem;
	color: #333333;
	margin: 0 0 .36rem 0;
}

.shouji-p4 img {
	max-width: 100%;
}

.shouji-p4 .tab-title {
	text-align: center;
}

.shouji-p4 .sub-title img {
	width: .2rem;
	margin: 0 0 .13rem 0;
}

.shouji-p4 .tab-title h4 {
	font-size: 0.28rem;
	font-weight: bold;
	color: #017eff;
	margin: 0 0 .17rem 0;
}

.shouji-p4 .tab-title h5 {
	font-size: 0.22rem;
	color: #333333;
	margin: 0 0 .38rem 0;
}

.shouji-p5 {
	text-align: center;
	padding: .08rem;
}

.shouji-p5 img {
	max-width: 100%;
}

.shouji-p5 h3 {
	font-size: 0.28rem;
	text-align: center;
	margin-bottom: .35rem;
	font-weight: normal;
	color: #333333;
}

.shouji-p6 {
	background-color: #f5f5f5;
	padding: .48rem .2rem .25rem .2rem;
	text-align: center;
}

.shouji-p6 img {
	max-width: 100%;
}

.shouji-p6 h3 {
	font-size: 0.34rem;
	color: #333333;
	font-weight: bold;
	margin: 0 0 .36rem 0;
}

.shouji-copyright {
	width: 100%;
	height: 1.17rem;
	background-color: #f5f5f5;
	text-align: center;
	margin-top: .88rem;
	padding: .4rem 0 .27rem 0;
}

.shouji-copyright p:nth-child(1) {
	margin-bottom: .1rem;
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
	.shouji-copyright {
		height: 100%;
		padding-bottom: 34px;
	}
}

			.qt-wrap{
				width: 100%;padding:80px 0 0 0;
			}
			.qt-main{
				width: 1200px;margin: 0 auto;overflow: hidden;
			}
			
			.qt-box{width: 380px;height: 256px;text-align: center;padding: 0 8px;box-sizing: border-box;}
			.qt-left{float: left;}
			.qt-main .qt-left{float: left;margin-right: 30px;}
			.qt-main .qt-left:last-of-type{margin-right: 0}
			.qt-main .qt-left:first-of-type{background:url(../img/sq01.png) no-repeat center;background-size: 100% 100%;}
			.qt-main .qt-left:nth-of-type(2){background:url(../img/sq03.png) no-repeat center;background-size: 100% 100%;}
			.qt-main .qt-left:nth-of-type(3){background:url(../img/sq02.png) no-repeat center;background-size: 100% 100%;}
			.qt-box b{  font-size: 36px;
					    display: block;
					    color: #FFF;
					    margin-top: 18px;
			}
			.qt-box span{
				    font-size: 14px;
				    line-height: 28px;
				    color: #FFF;
				    display: block;
				    padding: 20px 0;
				    height: 110px;
			}
			
			.qt-box a{    display: inline-block;
    width: 100px;
    height: 28px;
    line-height: 28px;
    border: 2px solid #FFF;
    font-size: 14px;
    color: #FFF;
    border-radius: 4px;
    margin-right: 15px;
    cursor: pointer;
}
		.qt-box .qta{
			background: #fff;
	    border: 2px solid #fff;
	    font-weight: bold;
	    color: #fd4749;
		}
		.qt-box .qta3{color: #e60af4;background: #fff;}
		.qt-box .qta2{
	    color:#0A6DEE;
	    background: #fff;
		}
.news-main{width: 100%;padding: 20px 0 130px ;}

.news-box h3{position: relative;padding-left: 14px;width: 100%;color: #262626;height:28px;font-size: 18px;line-height: 28px;;padding-bottom: 10px;border-bottom:1px solid #ebebeb;}
.news-box h3:before{position: absolute;left: 0;top: -3px;content: "";margin-right: 14px;margin-top: 3px;display: inline-block;width:4px;height: 28px;background: #ff1f34;}
.news-nr{width: 100%;overflow: hidden;margin: 20px 20px 0}
.newsul{width: 33.33%;float: left;}
.newsul ul li{width: 100%;line-height:30px;}
.newsul ul li a{color: #616161;}
.newsul ul li a:hover{color: #38ebdc;}
.newsul ul li span{background: #f5f5f5;margin-right: 8px;color: #616161;border-radius:50%;display:inline-block;width: 18px;height: 18px;text-align: center;line-height: 18px;}

.newsul ul li:first-of-type span{background: #ff6800;color: #fff;}
.newsul ul li:nth-of-type(2) span{background: #ff7f4f;color: #fff;}
.newsul ul li:nth-of-type(3) span{background: #ffbe57;color: #fff;}

.xy-main{width: 100%;padding:70px 0;
    background: #f1f1f1;}
.xybox{background: #fff;;box-shadow: 0 5px 10px #d7d5d5;width: 1200px;margin:0px auto;overflow:hidden;padding:18px 25px;border:1px solid #ebebeb;}
.xybox .xytop{width:100%;overflow: hidden;padding-bottom: 15px;border-bottom: 1px solid #ebebeb;}
.xytop span{display:inline-block;margin-right: 10px;cursor: pointer;background: #eaeaea;display: inline-block;width: 96px;height: 34px;color: #4f4f4f;line-height: 34px;text-align: center;}

.xytop .xya{background: #eb4f38;color: #fff;}
.xytop a{float: right;color: #919191;display: inline-block;margin-top: 15px;}

.xyul{width: 100%;overflow: hidden;margin: 20px 0 0 0}
.xyul ul li{width: 33.33%;float: left;overflow: hidden;margin-bottom: 20px;}
.xyleft{width: 166px;height: 98px;float: left;}
.xyleft img{width: 100%;height: 100%;}
.xyright{float: left;margin-left: 15px;width: 200px;}
.xyright h4{line-height: 40px;color: #5e5e5e;font-size: 14px;}
.xyright p{display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;color: #7f7f7f;font-size:12px;line-height: 20px;}

@media only screen  and (max-width:768px){
	
	.footer{padding:0}
	.footer-copyright p{margin-bottom:0}
	.footer-copyright p a{display:block;font-size:12px}
	.footer .warp{width:100%}
	.footer-copyright{width: 100%;padding: 15px ;}
	.footer-navs,.footer-header,.footer-links{display: none;}
	.header{width: 100%;top: 0;}
	.header .warp{width: 100%;}
	.header .nav{position: absolute;top: 69px;left: 0;width: 100%;background:#f8f8f8;margin-left: 0;float: none;height:auto;display:none;transition: all .3s;}
	.header .nav ul li.item{width: 100%;float: none;padding-right: 0;line-height: 44px;}
	.header .nav ul li.item .link:after{left: 20px;margin-left: 0;width: 90%;bottom: 0;}
	.header .nav .son, .header .nav .son2{position: static;width: 100%;height: auto;transform: translate(0);display: none;}
	.header .nav .son li{width: 100%;}
	.header .tel{display: none;}
}

